home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Backup, Restoration & File Management / Spybot Boot CD 1.03 / spybotbootcd.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-02-13  |  1.8 KB  |  41 lines

  1. ;InnoSetupVersion=5.2.1
  2. [Setup]
  3. AppName=Spybot-S&D Boot CD creator
  4. AppVerName=1.0.3
  5. AppId={{4E10664E-64AD-4F9D-B1D4-5FD8B6CC4427}
  6. AppVersion=1.0.3
  7. AppPublisher=Safer Networking Limited
  8. AppPublisherURL=http://www.safer-networking.org/
  9. AppSupportURL=http://forums.spybot.info/
  10. AppUpdatesURL=http://forums.spybot.info/
  11. DefaultDirName={pf}\Safer Networking\Spybot-S&D Boot CD creator
  12. DefaultGroupName=Spybot-S&D Boot CD creator
  13. UninstallDisplayIcon={app}\SpybotBootCD.exe
  14. UninstallDisplayName=Spybot-S&D Boot CD creator
  15. OutputBaseFilename=in
  16. Compression=lzma
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\SpybotBootCD.exe"; DestDir: "{app}"; 
  21. Source: "{app}\Applications.exe"; DestDir: "{app}"; 
  22. Source: "{app}\plugins\regalyzer.xml"; DestDir: "{app}\plugins"; 
  23. Source: "{app}\plugins\runalyzer.xml"; DestDir: "{app}\plugins"; 
  24. Source: "{app}\plugins\spybotsd.xml"; DestDir: "{app}\plugins"; 
  25. [Icons]
  26. Name: "{group}\Spybot-S&D Boot CD creator"; Filename: "{app}\SpybotBootCD.exe"; WorkingDir: "{app}"; Comment: "Run wizard that helps you creating a bootable Cd."; 
  27. [CustomMessages]
  28. default.NameAndVersion=%1 version %2
  29. default.AdditionalIcons=Additional icons:
  30. default.CreateDesktopIcon=Create a &desktop icon
  31. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  32. default.ProgramOnTheWeb=%1 on the Web
  33. default.UninstallProgram=Uninstall %1
  34. default.LaunchProgram=Launch %1
  35. default.AssocFileExtension=&Associate %1 with the %2 file extension
  36. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  37. [Languages]
  38. ; These files are stubs
  39. ; To achieve better results after recompilation, use the real language files
  40. Name: "default"; MessagesFile: "embedded\default.isl"; 
  41.